GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-11-19T23:15:39.2157078+00:00",
"SubmitDate": "2025-11-19T23:15:39.2157078+00:00",
"ReportPeriodStart": "2025-11-19T23:15:39.2157078+00:00",
"ReportPeriodEnd": "2025-11-19T23:15:39.2157078+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "21660016-d360-480d-acb6-04ab0a128d05",
"Rows": [
{
"ItemId": "080fc993-f22c-4e99-8eab-39efd7f2862f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "080fc993-f22c-4e99-8eab-39efd7f2862f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "21660016-d360-480d-acb6-04ab0a128d05",
"Rows": [
{
"ItemId": "080fc993-f22c-4e99-8eab-39efd7f2862f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "080fc993-f22c-4e99-8eab-39efd7f2862f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e3c89e82-27c7-4a47-9cbb-8b06f53008cf",
"550a9b64-a442-4eb5-9592-dc1e04b2028d"
],
"Approvers": [
"fafe4bbf-ab57-41ad-bd98-fa1fff8fb696",
"88923844-4362-458b-9d1f-0741f9c301e2"
],
"ApprovedBy": "0ab888e5-f0f9-4e93-a532-aac47542dba4",
"ApprovalDate": "2025-11-19T23:15:39.2157078+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "67e2b97f-a2dc-4b8c-aecb-8820c8066917",
"id": "71c93c14-9d5c-42c6-980c-9e310dc1822a",
"ConfigId": "970d4b0c-40f0-4518-a376-ab92ce662f9f"
},
{
"GenerationDate": "2025-11-19T23:15:39.2157078+00:00",
"SubmitDate": "2025-11-19T23:15:39.2157078+00:00",
"ReportPeriodStart": "2025-11-19T23:15:39.2157078+00:00",
"ReportPeriodEnd": "2025-11-19T23:15:39.2157078+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "21660016-d360-480d-acb6-04ab0a128d05",
"Rows": [
{
"ItemId": "080fc993-f22c-4e99-8eab-39efd7f2862f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "080fc993-f22c-4e99-8eab-39efd7f2862f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "21660016-d360-480d-acb6-04ab0a128d05",
"Rows": [
{
"ItemId": "080fc993-f22c-4e99-8eab-39efd7f2862f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "080fc993-f22c-4e99-8eab-39efd7f2862f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e3c89e82-27c7-4a47-9cbb-8b06f53008cf",
"550a9b64-a442-4eb5-9592-dc1e04b2028d"
],
"Approvers": [
"fafe4bbf-ab57-41ad-bd98-fa1fff8fb696",
"88923844-4362-458b-9d1f-0741f9c301e2"
],
"ApprovedBy": "0ab888e5-f0f9-4e93-a532-aac47542dba4",
"ApprovalDate": "2025-11-19T23:15:39.2157078+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "67e2b97f-a2dc-4b8c-aecb-8820c8066917",
"id": "71c93c14-9d5c-42c6-980c-9e310dc1822a",
"ConfigId": "970d4b0c-40f0-4518-a376-ab92ce662f9f"
}
]